From: Keir Fraser Date: Fri, 29 Aug 2008 15:07:36 +0000 (+0100) Subject: Update the URL for the ACPI compiler sources. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14113^2~5 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=d6c3ce8cb9608fc5fbf4b78142d5ea0ec9e9feb2;p=xen.git Update the URL for the ACPI compiler sources. Signed-off-by: Tim Deegan --- diff --git a/tools/firmware/hvmloader/acpi/Makefile b/tools/firmware/hvmloader/acpi/Makefile index 8ef4d58a7a..bd7926e93a 100644 --- a/tools/firmware/hvmloader/acpi/Makefile +++ b/tools/firmware/hvmloader/acpi/Makefile @@ -22,8 +22,8 @@ C_SRC = build.c dsdt.c static_tables.c H_SRC = $(wildcard *.h) OBJS = $(patsubst %.c,%.o,$(C_SRC)) -IASL_VER = acpica-unix-20060707 -IASL_URL = http://developer.intel.com/technology/iapc/acpi/downloads/$(IASL_VER).tar.gz +IASL_VER = acpica-unix-20080729 +IASL_URL = http://acpica.org/download/$(IASL_VER).tar.gz CFLAGS += -I. -I.. $(CFLAGS_include) @@ -48,7 +48,7 @@ iasl: @echo "ACPI ASL compiler(iasl) is needed" @echo "Download Intel ACPI CA" @echo "If wget failed, please download and compile manually from" - @echo "http://developer.intel.com/technology/iapc/acpi/downloads.htm" + @echo "http://acpica.org/downloads/" @echo wget $(IASL_URL) tar xzf $(IASL_VER).tar.gz